Papers with intent classification
Copied to clipboard
| Challenge: | Recent studies have focused on the problem of generalizing from a few examples per category. |
| Approach: | They propose to use feature space data augmentation methods to improve intent classification performance in few-shot setting. |
| Outcome: | The proposed methods improve intent classification performance in few-shot setting beyond transfer learning approaches. |
Copied to clipboard
| Challenge: | a number of dialog systems have been developed to perform tasks with high accuracy on benchmarks, but there is a problem with annotated seed data. |
| Approach: | They propose a model that augments initial seed data by paraphrasing existing utterances automatically. |
| Outcome: | The proposed approach improves intent classification and slot labeling on a public dataset and with a real-world dialog system. |
Copied to clipboard
| Challenge: | In dialog systems, the Natural Language Understanding component makes the interpretation decision before the mentioned entities are resolved. |
| Approach: | They propose to leverage Entity Resolution (ER) features in NLU reranking to learn model weights . they propose a score distribution matching method to ensure the models are calibrated . |
| Outcome: | The proposed approach outperforms the baseline model on multiple domain evaluations. |
Copied to clipboard
| Challenge: | Existing benchmarks for open-world intent classification focus on the second aspect of the problem. |
| Approach: | They propose two datasets that include utterances useful for evaluating the robustness of open-world models to covariate shift. |
| Outcome: | The proposed datasets provide a more realistic evaluation scenario for open-world intent classification in task-oriented dialog systems. |
Copied to clipboard
| Challenge: | a new approach to annotate live traffic is emerging to be cost-effective and efficient . manual data annotation is expensive and not preferred for meeting customer privacy expectations . |
| Approach: | They propose a targeted synthetic data generation technique by inserting tokens into a given semantic signature. |
| Outcome: | The proposed approach achieves the same accuracy as training with all available data on a voice assistant dataset. |
Copied to clipboard
| Challenge: | Using convolutional neural networks, we generate delexicalized sentences . 1.29% accuracy is achieved with the generated paraphrases . |
| Approach: | They propose a neural paraphrasing model that generates delexicalized sentences . they use convolutional neural networks to pool on slot values and use pointers to locate them . |
| Outcome: | The proposed model generates delexicalized sentences with high quality . it can be used for intent classification and named entity recognition tasks . |
Copied to clipboard
| Challenge: | In many real-world NLP systems, new data becomes available with time and there is a need to refresh the model. |
| Approach: | They propose to adapt a local-to-global learning schedule to production settings where full data is not available at initial training iterations. |
| Outcome: | The proposed model improves model error rates by 7.3% and saves up to 25% training time for individual iterations. |
Copied to clipboard
| Challenge: | Proprietary large-language models (LLMs) assign intents to user utterances without addressing ambiguity. |
| Approach: | They propose a domain-agnostic framework that equips open-source LLMs with the ability to perform intent classification and generate clarification questions in case of ambiguity. |
| Outcome: | The proposed framework performs intent classification and generates clarification questions in case of ambiguity. |
Copied to clipboard
| Challenge: | Traditional text classifiers are limited to predicting over a fixed set of labels, but real-world applications require dynamic classification. |
| Approach: | They propose to replace the traditional fixed-size output layer with a learned metric space . they propose to add or remove support points in the metric and fine-tune the resulting metric . |
| Outcome: | The proposed method is robust to changes in the label space and improves performance in low data regime. |
Copied to clipboard
| Challenge: | open-source library DeepPavlov is designed for rapid development of dialogue systems. |
| Approach: | open-source library DeepPavlov is tailored for development of conversational agents . the library prioritizes efficiency, modularity and extensibility with the goal to make it easier to develop dialogue systems from scratch . |
| Outcome: | the open-source library DeepPavlov is designed for rapid development of dialogue systems . it supports modular as well as end-to-end approaches to implementation of conversational agents . |
Copied to clipboard
| Challenge: | a confidence score is a scalar quantity that measures the reliability of an automatic system. |
| Approach: | They propose to use a confidence measure to evaluate the reliability of an SLU system . they build confidence models for three different types of dialogue states . |
| Outcome: | The proposed model can be used to reject low-confidence SLU results in real-world scenarios. |
Copied to clipboard
| Challenge: | Conversational systems often rely on embedding models for intent classification and intent clustering tasks. |
| Approach: | They propose a toolkit that gives a more holistic view of intent embedding models by considering three tasks– (1) intent classification, (2) intent clustering, and (3) a novel triplet task. |
| Outcome: | The proposed model improves on the linguistic dimensions while affecting performance on downstream task metrics. |
Copied to clipboard
| Challenge: | Existing methods to detect toxic behavior in online gaming environments are limited by utterance-level annotation. |
| Approach: | They propose to annotate game chat utterances for toxicity detection through intent classification and slot filling. |
| Outcome: | The proposed model improves the detection of toxic speech in online gaming environments and reveals limitations of current models. |
Copied to clipboard
| Challenge: | Obtaining human annotation is expensive and time-consuming process. |
| Approach: | They propose a semi-supervised learning pipeline which leverages millions of unlabeled examples to improve natural language understanding tasks. |
| Outcome: | The proposed pipeline can be used to improve natural language understanding tasks. |
Copied to clipboard
| Challenge: | Existing multilingual models for voice assistants are limited by their prohibitive inference time and limited performance. |
| Approach: | They propose to distill and deploy multilingual Transformer models for voice assistants using a teacher-student framework that uses teacher-trained models to supervise student model training. |
| Outcome: | The proposed model outperforms a teacher model trained on unlabelled data and achieves equivalent performance. |
Copied to clipboard
| Challenge: | Intent discovery remains a crucial task in natural language processing . identifying novel, unseen intents remains one of the biggest challenges in this field . |
| Approach: | They propose a multi-language approach to intent discovery using Adapters and a Transformer architecture. |
| Outcome: | The proposed pipeline outperforms baselines in two zero-shot settings for intent classification and unseen intent discovery. |
Copied to clipboard
| Challenge: | Existing methods for identifying subgroups raise privacy concerns and gather sensitive information at runtime might be impractical. |
| Approach: | They propose a method to identify and train underperforming subgroups and train a model to predict if an utterance belongs to these subgroup. |
| Outcome: | The proposed method reduces biases and improves performance on intent classification and automatic speech recognition tasks. |
Copied to clipboard
| Challenge: | Out-of-distribution (OOD) detection aims to discern outliers from the intended data distribution, which is crucial to maintaining high reliability and a good user experience. |
| Approach: | They propose a framework that encourages intermediate features to learn layer-specialized representations and assembles them implicitly into a single representation to absorb rich information in the pre-trained language model. |
| Outcome: | The proposed framework is significantly more effective than previous studies in intent classification and OOD datasets. |
Copied to clipboard
| Challenge: | Existing methods for few-shot learning are based on labeled examples, but they are non-trivial . few-sshot learning is challenging due to the imbalance in the amount of data between the source and target domains. |
| Approach: | They propose retrieval-based methods for intent classification and slot filling tasks . they use a batch-softmax objective to learn similar contextualized representations for spans . |
| Outcome: | The proposed method outperforms previous systems on the CLINC and SNIPS benchmarks. |
Copied to clipboard
| Challenge: | Virtual assistants often can handle only a limited scope of intents. |
| Approach: | They propose to combine out-of-scope (OOS) rejection with intent classification . they propose to regularize cross-entropy loss with an in-scope embedding reconstruction loss . |
| Outcome: | The proposed method achieves a 1-4% improvement in the area under the precision-recall curve for rejecting out-of-sample instances without compromising intent classification performance. |
Copied to clipboard
| Challenge: | Existing models learn what abuse is from labeled examples and base their predictions on spurious cues. |
| Approach: | They propose a machine-friendly representation of the policy that moderators wish to enforce by breaking it down into intents and slots. |
| Outcome: | The proposed model breaks down a social media policy into intents and slots and provides a rationale for its decisions. |
Copied to clipboard
| Challenge: | Several models have been published achieving promising results in all the major linguistic tasks. |
| Approach: | They propose to exploit a BERT-based model to handle multi-turn conversations . they propose to use PuffBot to monitor asthma patients . |
| Outcome: | The proposed model can handle multi-turn conversations, a type of conversations that differs from single-turn by the presence of multiple related interactions. |
Copied to clipboard
| Challenge: | Large language models have demonstrated impressive performance on a number of natural language processing tasks, such as question answering and text summarization. |
| Approach: | They propose a method to reduce the performance drop of large language models by regularizing the divergence between losses from clean and perturbed samples. |
| Outcome: | The proposed approach recovers on average 59% and 69% of the performance drop for IC and SF tasks while using ten times fewer augmented data samples. |
Copied to clipboard
| Challenge: | Text classification is usually studied by labeling texts with relevant categories from a predefined set. |
| Approach: | They propose a task where a system incrementally handles multiple rounds of new classes . they propose two entailment approaches, ENTAILMENT and HYBRID, which show promise . |
| Outcome: | The proposed task is based on a few-shot text classification task in the NLP domain. |
Copied to clipboard
| Challenge: | generative large language models (LLMs) are replacing human workers for some tasks . crowdsourcing has several downsides: 1) the workforce is costly, 2) output quality is difficult to achieve, and 3) there are overheads related to the design and organization of the process. |
| Approach: | They investigate whether ChatGPT-created paraphrases are more diverse and robust . they use a crowdsourcing tool to collect training or validation examples . |
| Outcome: | The proposed models are more diverse and robust than the existing models. |
Copied to clipboard
| Challenge: | Existing methods to detect out-of-domain (OOD) inputs are limited and lack data. |
| Approach: | They propose a new architecture that extends Prototypical Networks to process in-domain and OOD sentences via Mutual Information Maximization objective. |
| Outcome: | The proposed method significantly improves performance up to 20% for OOD detection in low resource settings of text classification. |
Copied to clipboard
| Challenge: | Large-scale pre-trained language models have shown promising results for few-shot learning in task-oriented dialog (ToD) systems. |
| Approach: | They propose a self-training approach that iteratively labels the most confident unlabeled data to train a stronger Student model. |
| Outcome: | The proposed approach improves state-of-the-art pre-trained models in few-shot learning scenarios for task-oriented dialog (ToD) systems when only a small number of labeled data are available. |
Copied to clipboard
| Challenge: | Lack of publicly available evaluation data for low-resource languages limits progress in SLU . despite advances in neural modeling for slot and intent detection, datasets for SLU remain limited. |
| Approach: | They propose a joint learning approach with English SLU training data and non-English auxiliary tasks from raw text, syntax and translation for transfer. |
| Outcome: | The proposed model can learn English SLU training data and non-English auxiliary tasks from raw text, syntax and translation for transfer. |
Copied to clipboard
| Challenge: | Existing methods for intent classification rely on a single user input and do not interact with the user to reduce ambiguity and improve the final prediction. |
| Approach: | They propose a limited form of interaction to natural language intent classification . they add binary or multi-choice questions to the system to ask missing information . |
| Outcome: | The proposed method can be bootstrapped without interaction data and is scalable to two domains. |
Copied to clipboard
| Challenge: | Modern digital personal assistants interact with users through voice . high error rates still prevail in the widespread adoption of speech technology . |
| Approach: | They propose to extract more robust latent representations for noisy ASR text classification using transformer tokens and attentive embracement layer and multi-head attention layer. |
| Outcome: | The proposed model significantly outperforms the baseline model on the Chatbot and Snips corpora for intent classification with ASR error. |
Copied to clipboard
| Challenge: | End-to-end learning models require large volume of speech data with intent labels . however, models are sensitive to inconsistencies between training and evaluation conditions . |
| Approach: | They propose a module-based approach to learn intent in a noisy-channel model . they correlate error patterns between clean and noisy ASR transcripts . |
| Outcome: | The proposed method outperforms existing methods and improves in noisy environments. |
Copied to clipboard
| Challenge: | Existing pre-trained language models often form a cascaded generation problem . this can lead to error accumulation across different sub-tasks and greater data annotation overhead. |
| Approach: | They propose a plug-and-play model for task-oriented dialogue that learns primary TOD task completion skills from heterogeneous dialog corpora. |
| Outcome: | The proposed model learns primary TOD task completion skills from heterogeneous dialog corpora. |
Copied to clipboard
| Challenge: | Existing methods for intent classification use one-class classification or inverse dictionary. |
| Approach: | They propose to represent class labels as a vector space where word graphs are mapped . they use inverse dictionary to take in account inter-class similarities provided by repeated occurrences . |
| Outcome: | The proposed method beats the state-of-the-art method in the Larson dataset by about 31 percentage points. |
Copied to clipboard
| Challenge: | Sentences written in privacy policies explain privacy practices and the constituent text spans convey further specific information. |
| Approach: | They propose an English corpus of 5,250 intent and 11,788 slot annotations . they propose two alternative neural approaches to model the corpus as a sequence-to-sequence learning task. |
| Outcome: | The proposed corpus predicts intent classification and slot filling, while the sequence tagging method outperforms slot filler by a large margin. |
Copied to clipboard
| Challenge: | a new approach to task-oriented dialog systems is proposed for less-resourced languages . the authors compare training data projection with direct model transfer strategies . |
| Approach: | They propose to project existing annotations in rich-resource languages and use NMT to project them. |
| Outcome: | The proposed system outperforms models trained on Basque projected data in intent classification and slot filling tasks. |
Copied to clipboard
| Challenge: | Previous work focused on generating semantically similar paraphrases without considering diversity. |
| Approach: | They propose a method to obtain highly diverse paraphrases without compromising on paraphrasing quality by using monotone submodular function maximization. |
| Outcome: | The proposed method is effective on multiple tasks such as intent classification and paraphrase recognition. |
Copied to clipboard
| Challenge: | Existing methods to expand an NLU system to new languages use machine translation with slot label projection from source to translated utterances. |
| Approach: | They propose a novel end-to-end model that learns to align and predict target slot labels jointly for cross-lingual transfer. |
| Outcome: | The proposed model outperforms a simple label projection method on most languages and achieves competitive performance to the more complex, state-of-the-art projection method with only half the training time. |
Copied to clipboard
| Challenge: | ltzGLUE is the first official NLU benchmark for Luxembourgish (LTZ) based on the popular GLUE benchmark for English. |
| Approach: | They propose a new natural language understanding (NLU) benchmark for Luxembourgish based on the popular GLUE benchmark for English. |
| Outcome: | The proposed model performs well across many languages and is based on the GLUE benchmark for English. |
Copied to clipboard
| Challenge: | Intent classification is crucial for conversational agents, and deep learning models perform well in this area due to the lack of suitable benchmark data. |
| Approach: | They propose a technique to augment text samples from intent classification datasets with word-level explanations by marking main predicates and their arguments as explanation signals. |
| Outcome: | The proposed method augments text samples from intent classification datasets with word-level explanations. |
Copied to clipboard
| Challenge: | Speech-to-text training and language model distillation are used to bridge the representations between speech and text. |
| Approach: | They propose a pre-training paradigm that integrates speech and text into a single frame-to-token alignment. |
| Outcome: | The proposed paradigm outperforms the state-of-the-art model on intent classification and slot filling tasks. |
Copied to clipboard
| Challenge: | Existing methods to obtain text representations or embeddings with these models encoding personally identifiable information may lead to privacy leaks. |
| Approach: | They propose a novel approach which combines differential privacy and adversarial learning to preserve privacy during training of embeddings. |
| Outcome: | The proposed approach reduces private information leakage by 3% over the current method. |
Copied to clipboard
| Challenge: | Existing self-supervised speech encoders contain primarily acoustic rather than semantic information. |
| Approach: | They propose a task-agnostic unsupervised way to incorporate semantic information from large language model (LLM) systems into self-supervised speech encoders without labeled audio transcriptions. |
| Outcome: | The proposed approach improves spoken language understanding (SLU) performance by over 5% on intent classification (IC), with modest gains in named entity resolution (NER) and slot filling (SF), and spoken question answering (SQA) score by over 22%. |
Copied to clipboard
| Challenge: | Recent work on dialog has found that crowdsourced data can have limited diversity as workers tend to write simple variations from prompts. |
| Approach: | They propose a general approach for guiding workers to write more diverse text by iteratively constraining their writing. |
| Outcome: | The proposed approach improves performance on dialog tasks and improves on existing datasets. |
Copied to clipboard
| Challenge: | Existing methods for few-shot intent detection face high inference cost and label interference. |
| Approach: | They propose a framework that integrates a small prediction model with a large language model for FSID. |
| Outcome: | The proposed framework outperforms existing methods on three benchmark datasets. |
Copied to clipboard
| Challenge: | Typical machine learning approaches require large amounts of training data . Managing training data can be cumbersome without dedicated tools . |
| Approach: | They propose a toolkit for analyzing slot-filling and intent classification corpora . they propose 'Query Language' for searching such corporan and tools for understanding structure . |
| Outcome: | The proposed toolkit can be used to uncover interesting and surprising insights. |
Copied to clipboard
| Challenge: | Intent-related tasks are typically modeled as separate tasks, but a unified approach is proposed . INTENDD uses an entirely unsupervised contrastive learning strategy for representation learning . |
| Approach: | They propose a unified approach to identifying intents from dialogue utterances . they propose an unsupervised contrastive learning strategy for representation learning . |
| Outcome: | The proposed approach outperforms baselines on three intent-related tasks on multiple datasets. |
Copied to clipboard
| Challenge: | Intent classification and slot-filling tasks are essential tasks of Spoken Language Understanding (SLU). |
| Approach: | They propose to use a MEDIA SLU dataset to train a multilingual model to achieve both tasks jointly. |
| Outcome: | The proposed model can be trained on multiple datasets including the MEDIA dataset and extends to more tasks and use cases. |
Copied to clipboard
| Challenge: | Test-time computing approaches that leverage additional computational resources during inference have been proven effective in enhancing large language model performance. |
| Approach: | They propose a linearly scaling approach that leverages local consistency of neighboring unlabeled data to improve test-time predictions. |
| Outcome: | The proposed approach outperforms baseline methods such as prompting and self-consistency across eight datasets and performs robustly across embedding models. |